home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / comunic / gedg0214.arj / NOTE0214.DOC < prev    next >
Encoding:
Text File  |  1994-02-14  |  46.2 KB  |  1,014 lines

  1. ----------------------------------------------------------------------
  2. --- TECHNICAL NOTES
  3. ---
  4.  
  5. This file contains detailed and often highly technical notes about the
  6. news/fixes/changes of each version.
  7.  
  8. Symbols used:     -   Bugfix.
  9.                   +   New feature.
  10.                   !   Changed feature.
  11.                   *   Information/clarification.
  12.  
  13. ----------------------------------------------------------------------
  14. Notes for GoldED 2.42.A0214, GAMMA release 14. february 1994.
  15. ----------------------------------------------------------------------
  16.  
  17. !   This release of GoldED/P32 uses a different "stub", which does not
  18.     suppress the DOS extenders' loading banner. To suppress the
  19.     banner, issue the following command in DOS (put it in your
  20.     AUTOEXEC.BAT):
  21.  
  22.       SET DOS4G=quiet
  23.  
  24.     See the DOS4GW.DOC for further information about configuring the
  25.     DOS extender.
  26.  
  27. -   Fixed nasty bug in crossposting to JAM areas. The crossposted msgs
  28.     got empty msg bodies.
  29.  
  30. +   For JAM areas, the NETMAIL/ECHOMAIL.JAM files are now updated when
  31.     new messages are written or changed in JAM netmail/echomail areas.
  32.     The files are written/updated in the HUDSONPATH. If you don't use
  33.     a Hudson msgbase and haven't defined a HUDSONPATH, the HUDSONPATH
  34.     defaults to the GOLDPATH.
  35.  
  36.     At the time of writing, the NETMAIL/ECHOMAIL.JAM files are not a
  37.     part of the official JAM specs, but they are used in RA2 and most
  38.     JAM compatible mail processors to specify the msgs that need to be
  39.     exported from the JAM msgbase files.
  40.  
  41. +   In the nodelist browser, the bottom line of the window now shows
  42.     the base filename of the nodelist where the current node entry was
  43.     found. If the nodelist is missing, or the node was found in a
  44.     USERLIST, nothing is shown.
  45.  
  46. +   Added support for the Goldbase msgbase format. Goldbase is
  47.     basically the Hudson format with some size limits increased to
  48.     allow virtually unlimited number of msgs, up to 500 areas instead
  49.     of 200, and breaks the 16MB barrier for the MSGTXT file. The
  50.     extension of the msgbase files is ".DAT" instead of ".BBS".
  51.  
  52.     If you want to use Goldbase areas, you must specify the path to
  53.     the MSG*.DAT files with the new keyword GOLDBASEPATH. If you do
  54.     not specify a GOLDBASEPATH, it will default to the HUDSONPATH (see
  55.     also below).
  56.  
  57.     Currently GoldED does not support any AREAFILE to get Goldbase
  58.     area configuration, so each Goldbase area must be defined manually
  59.     by using the AREADEF or AREA keywords. With AREADEF, use "Gold" or
  60.     "Goldbase" as the msgbase format parameter. With AREA, use 'G' as
  61.     the msgbase format parameter. Examples:
  62.  
  63.       AREADEF QUICKBBS "Support" I Echo Goldbase 456 2:234/159
  64.  
  65.       AREA QUICKBBS "Support" GE 456
  66.     
  67.     See the docs for details about the general syntax of the AREADEF
  68.     and AREA keywords.
  69.  
  70.     The implementation of Goldbase in GoldED was done by formatting my
  71.     existing Hudson sourcecode for easy conversion to Goldbase with a
  72.     simple AWK script. Therefore the Goldbase code should work just as
  73.     well as the Hudson code.
  74.  
  75.     I had to make a number of changes to the Hudson source and various
  76.     other places in the GoldED source to allow this easy conversion
  77.     and the addition of Goldbase. Therefore it is possible that bugs
  78.     could have crept in. However I have not seen any problems with the
  79.     Hudson code to date, and I'm using several Hudson areas daily.
  80.  
  81.     The Goldbase code is not tested much, mainly because I don't have
  82.     access to/have not installed other programs that use Goldbase.
  83.     Therefore you should treat the Goldbase code as "beta stuff". If
  84.     you experience problems with the Goldbase or Hudson implementation
  85.     in GoldED, please send me a bug report as soon as possible.
  86.  
  87.     NOTE: If you use both Hudson *and* Goldbase msgbases in the same
  88.           GoldED configuration, you may have to increase the FILES
  89.           setting in your CONFIG.SYS. When scanning mail, GoldED keeps
  90.           complete sets of msgbase files open (7 files per msgbase)
  91.           for the Hudson and Goldbase msgbases. So therefore I
  92.           recommend adding 10 to your FILES in CONFIG.SYS to be on the
  93.           safe side, at least if you currently only have FILES=30. I
  94.           have FILES=50, which works for me.
  95.  
  96. +   Updated AREAFILE IMAIL support for IMAIL 1.40G3. Now also reads
  97.     JAM area configuration.
  98.  
  99. +   Updated AREAFILE GEcho support for GEcho 1.02. Now also reads JAM
  100.     area configuration. The *.MSG areas are now set to the type
  101.     specified in the GEcho 1.02 setup: Main->Miscellaneous->GEcho
  102.     options->MSG compatibility (Fido or Opus). In earlier versions of
  103.     GEcho, the default is Fido (FTS-1 compatible with Zone/Point
  104.     information instead of Opus date/time stamps).
  105.  
  106. +   To improve area scanning speed, I have moved the scanning message
  107.     down into the statusline instead of the window in the middle of
  108.     the screen. The constantly changing size of that window was quite
  109.     a bottleneck, as you will notice. In the window there is now
  110.     instead the message that was in the statusline before ("Scanning
  111.     Messagebase (Press ESC to skip)").
  112.  
  113. -   The AREAFILEs for IMAIL (reported) and perhaps FastEcho and FMail
  114.     were broken in the 32-bit versions GoldED/2 and GoldED/P32. The
  115.     original C structures used for these AREAFILEs contains so-called
  116.     bitfields, which may be implemented differently by different
  117.     compiler makers. Apparently the Watcom C++32 compilers which are
  118.     used for GoldED/2 and GoldED/P32, implement bitfields slightly
  119.     differently than the Borland C++ OS/2 32-bit compiler (used for
  120.     the earlier versions of GoldED/2). I have now fixed the all the C
  121.     structures I could find with potential problems, so they compile
  122.     correctly with the compilers I currently use.
  123.  
  124. -   The JAM support needed SHARE or network loaded in order to be able
  125.     to lock the msgbase. I have now changed the code so that it will
  126.     not attempt to lock the msgbase if the SHAREMODE keyword is set to
  127.     zero (0).
  128.  
  129. -   Removed the automatic setting of intense colors (if enabled),
  130.     because it caused snow in OS/2 fullscreen. If you have problems
  131.     with blinking colors after a windowed/fullscreen mode switch, try
  132.     a shell and exit from the shell immediately.
  133.  
  134.     TIP: You can use the EXTERNUTIL feature to call a non-existing
  135.     program, and thereby assign a key to enable intense colors. (Not
  136.     tested).
  137.  
  138. -   Fixed bugs in GoldED/2 and GoldED/P32 where the zone in msgs could
  139.     get reset to zero if the msg contained FMPT/TOPT kludges.
  140.  
  141. -   The Enter key on the numeric keyboard did not work as expected. In
  142.     the IE it would make a note character (actually a CR character).
  143.  
  144. !   Added keyword HUDSONPATH to specify the path to the Hudson msgbase
  145.     files. This keyword is simply an alias for the old QBBSPATH
  146.     keyword. If not specified, the HUDSONPATH/QBBSPATH will default to
  147.     the GOLDPATH.
  148.  
  149. -   Fixed the code that reads AREAS.BBS. It should no longer crash
  150.     GoldED when you have many areas in the file. NOTE: This fix is not
  151.     tested intensively. Let me know if it works okay with many areas.
  152.  
  153.  
  154. ----------------------------------------------------------------------
  155. Notes for GoldED 2.42.G1219, GAMMA patch release 19. december 1993.
  156. ----------------------------------------------------------------------
  157.  
  158. -   Fixed nasty bug in the JAM support. If you read a message to you
  159.     in a JAM area, and GoldED set the Received attribute, the message
  160.     text would be lost if you later returned to the message :-(
  161.  
  162.     What happens is that the text offset field in the header gets
  163.     reset to the end of the .JDT file.
  164.  
  165.     It is possible to recover the lost text, although it is probably
  166.     not really worth the bother. It requires that you have intimate
  167.     knowledge of the JAM header format, know how to use a binary hex
  168.     editor, and can remember enough of the the lost message text to
  169.     find the location of it in the .JDT file. Then all you have to do
  170.     is change the text offset field back to the correct value (the
  171.     offset in the .JDT file). In addition you should also subtract one
  172.     from the text length. GoldED output a terminating NUL char that
  173.     was not necessary.
  174.  
  175. -   Fixed a bug in GoldNODE/2 (and maybe GoldNODE/P32), which caused
  176.     several zones to be missing in the nodelist index, to be replaced
  177.     with a large number of duplicate nodes. I haven't the faintest
  178.     idea what went wrong, or even how I fixed it - the code I have
  179.     changed to make it work had very little to do with what seemed to
  180.     be the problem. But it seems to work now :-? <puzzled>
  181.  
  182.     To be on the safe side, I have included BDF's for all versions of
  183.     GoldNODE.
  184.  
  185. -   Due to a mistake in my setup of the Watcom compiler for OS/2, the
  186.     wrong version of the OS/2 toolkit was used. This could cause odd
  187.     behaviour with some operations. I haven't actually seen any
  188.     problems with GoldED/2 myself, but I discovered some problems with
  189.     getting and setting the date/time of files when compiling another
  190.     program with Watcom.
  191.  
  192.     I have recompiled GoldED/2 and GoldNODE/2 with the correct version
  193.     of the toolkit this time.
  194.  
  195.  
  196. ----------------------------------------------------------------------
  197. Notes for GoldED 2.42.G1218, GAMMA release 18. december 1993.
  198. ----------------------------------------------------------------------
  199.  
  200. +   Added JAM msgbase support at last!!!  Example cfg definitions:
  201.  
  202.       AREA ECHO.JTEST1 "Test 1" JE M:\JAM\JTEST1
  203.       AREADEF ECHO.JTEST2 "Test 2" 0 Echo Jam M:\JAM\JTEST2 . (Loc)
  204.  
  205.     As you can see, the syntax is very similar to Squish definitions.
  206.  
  207.     Please read the document GOLD_JAM.DOC for important information
  208.     about the implementation of the JAM msgbase support in GoldED.
  209.  
  210. +   New GoldED/P32 replaces GoldED/P16. GoldED/P32 is a 32-bit DOS
  211.     extended version, compiled with Watcom C++32 9.5a. It has been
  212.     tested successfully in a DOS box under OS/2 2.1 and under DesqView
  213.     2.32 with QEMM 6.03. GoldED/P32 needs the DOS4GW DOS extender
  214.     version 1.92. DOS4GW 1.92 is distributed separately in the archive
  215.     D4GW_192.ZIP. If you already have a copy of DOS4GW, it may work
  216.     with GoldED/P32, even if isn't version 1.92. In fact I had an old
  217.     version 1.0 in my path before 1.92 and it worked fairly well
  218.     before I discovered the mistake.
  219.  
  220.     GoldED/P32 is able to use the new GoldNODE 32-bit index files
  221.     (.IX*) which can contain more than 32700 nodes. GoldNODE/P32 and
  222.     GoldNODE/2 generates this new index. GoldED/P32 can also use the
  223.     old 16-bit index files, but defaults to use the new index files,
  224.     if present.
  225.  
  226.     GoldED/P32 needs about 1.5 to 2 megabytes of free RAM to run.
  227.  
  228. *   GoldED/P16 has been dropped completely. Most of the problems
  229.     reported about P16 is due to a buggy DOS extender and compiler,
  230.     and the makers of these don't seem to be interested in releasing
  231.     better versions. I have better things to do than worry about buggy
  232.     compilers that doesn't get fixed, so this is the end of GoldED/P16
  233.     as we know it today.
  234.  
  235. *   GoldED/2 and GoldNODE/2 are now compiled with Watcom C++ 9.5a
  236.     instead of Borland C++ 1.0 for OS/2.
  237.  
  238. +   Added support for the new xMail 1.0 mail processor's area
  239.     configuration file. Use "AREAFILE xMail [areapath]". The optional
  240.     [areapath] points to where AREAS.XM can be found. Only the
  241.     AREAS.XM file is read, not any other file. Currently only tested
  242.     with JAM areas. Note that auto-added areas are often stored with
  243.     long filenames that are invalid with the FAT file system. To
  244.     overcome this problem, GoldED internally truncates the base
  245.     filename to 8 chars, but it does not check for duplicate filename
  246.     that may result from the truncations.
  247.  
  248. +   Updated FastEcho support to version 1.3x. Now also gets JAM areas.
  249.     Untested!
  250.  
  251. +   Updated RemoteAccess 2.x support to get JAM areas. Untested!
  252.  
  253. +   Changed behaviour when switching to "read marked" mode. Previously
  254.     GoldED would go to the next marked msg. Now it will stay on the
  255.     current msg if it is marked, or go to the next marked msg if not.
  256.  
  257. +   Added a new border type, number 7. If border type 7 is used, all
  258.     border/linedraw characters are pure 7-bit ASCII instead of highbit
  259.     IBM linedraw characters. This border type was added on request
  260.     from Asian users who have a character set where the IBM linedraw
  261.     characters are national characters instead. It is unlikely to be
  262.     useful for others. Here is how to set all border types to type 7:
  263.  
  264.       COLOR AREA BTYPE 7
  265.       COLOR ASK BTYPE 7
  266.       COLOR BACKGROUND BTYPE 7
  267.       COLOR BRAG BTYPE 7
  268.       COLOR HEADER BTYPE 7
  269.       COLOR HELP BTYPE 7
  270.       COLOR INFO BTYPE 7
  271.       COLOR MENU BTYPE 7
  272.       COLOR READER BTYPE 7
  273.       COLOR STATUS BTYPE 7
  274.  
  275.     Add the above to your color setup in GOLDED.CFG.
  276.  
  277.     Note that the help file contains IBM linedraw characters. These
  278.     are NOT converted automatically. You have to change them yourself
  279.     in the GOLDHELP.CFG file, if necessary.
  280.  
  281. -   There have been reports of the cursor remaining visible after
  282.     saving a msg. I haven't seen this myself, but I have now added a
  283.     cursor-hide in a strategic place to ensure that the cursor goes
  284.     away when expected.
  285.  
  286. +   If intense colors are enabled, GoldED now sets intense colors
  287.     every time the statusline is updated. This is a help in
  288.     multitasking environments that doesn't save the intensity state
  289.     when switching between tasks.
  290.  
  291. -   In the msg browser, the date is now cut to fit if for some reason
  292.     it is too long.
  293.  
  294. +   GoldED now recognizes the FAX flag in the FLAGS kludge and shows
  295.     it in the header display if found.
  296.  
  297. *   TIP: You can use the EXTERNUTIL feature to setup keys to view or
  298.     print an attached fax. Use something like this in GOLDED.CFG:
  299.  
  300.       EXTERNUTIL 11 c:\zfax\zfax.com 2 @subject     ; print fax
  301.       EXTERNUTIL 12 c:\zfax\zfax.com 4 @subject     ; view fax
  302.  
  303.     And this in GOLDKEYS.CFG:
  304.  
  305.       @F11  ExternUtil11    ; Press Alt-F11 to print the fax
  306.       @F12  ExternUtil12    ; Press Alt-F12 to view the fax
  307.  
  308.     Or choose your own key assignments and fax view/print utils.
  309.  
  310.     Note that this assumes that the fax file is listed in the subject
  311.     line like an attached file.
  312.  
  313. +   Added temporary new keyword: EDITORVERSION <version>. Due to the
  314.     large number of bugreports about range check errors in the new
  315.     internal editor, I have decided to put in the old editor as an
  316.     option in addition to the new editor. The old editor is the
  317.     default. If you want to take your chances with the new editor, use
  318.     this in your GOLDED.CFG: "EDITORVERSION 2". When the new editor is
  319.     properly bugfixed, the old editor and this keyword will be removed
  320.     again.
  321.  
  322. +   Enhanced keyboard is now auto-detected by checking a bit in low
  323.     memory (DOS versions only of course). Use "KEYBEXT No" if your
  324.     keyboard seems to lock up.
  325.  
  326. -   Detection of a real, non-emulated, Hercules card was buggy. Fixed.
  327.  
  328. -   The msg size display could disappear under some circumstances,
  329.     after editing a msg. Fixed.
  330.  
  331. -   GoldED/P16 paused for 10 seconds when testing if locking was
  332.     possible and SHARE or network was not loaded. Fixed. Obsolete,
  333.     since P16 is no longer released.
  334.  
  335. -   When trying to generate a userlist (Ctrl-L) with GoldED/2, it
  336.     would dump with a protection violation SYS3175. Fixed.
  337.  
  338. +   Added -Q (for Quiet) switch to GoldNODE. If -Q is used, GoldNODE
  339.     will not display anything on the screen. This can improve compile
  340.     speed a lot, especially on systems with slow text mode (such as a
  341.     textmode windowed session under Windows or OS/2).
  342.  
  343. +   Changed all highbit IBM chars to pure ASCII chars in GoldNODE.
  344.     Too bad it looks ugly :-(
  345.  
  346. -   GoldNODE/2 could not compile more than 32767 as advertised. Fixed.
  347.     This fix is now tested successfully with a nodelist collection
  348.     which contains more than 32767 nodes.
  349.  
  350. -   Fixed Sound Blaster support to work with the CT-VOICE driver in
  351.     Sound Blaster 16. If you have a SB-compatible non-SB soundcard,
  352.     but have been unable to make a CT-VOICE driver work with GoldED,
  353.     try again now.
  354.  
  355.     Note: Some users still have problems getting GoldED to work with
  356.     Sound Blaster 16. The fix was tested successfully with a borrowed
  357.     SB16 in two of my own machines. The same card would not work with
  358.     GoldED when it was returned and used in the lenders own machine. I
  359.     have no idea why it doesn't work :-(
  360.  
  361.  
  362. ----------------------------------------------------------------------
  363. Notes for GoldED 2.42.G1121, GAMMA Patch Release 21. november 1993.
  364. ----------------------------------------------------------------------
  365.  
  366. -   Fixed bug in AREAFILE FastEcho. It caused protection violations in
  367.     GoldED/2. It did not affect the DOS versions.
  368.  
  369. -   Fixed some bugs in the msg marking functions. For example, Alt-S,N
  370.     didn't always mark all new msgs, and could cause crashes.
  371.  
  372. -   While writing a msg in the internal editor, GoldED would lock the
  373.     Hudson msgbase unnecessarily. This prevented mail tossers from
  374.     tossing incoming mail in multitask/network environments. Fixed.
  375.  
  376. -   GoldED/P16 had problems sharing the Ezycom msgbase files properly.
  377.     It opened the files in Read/Write mode, where it should have been
  378.     ReadOnly. Fixed. The regular DOS and OS/2 versions did not have
  379.     this problem, which was caused by a bug (or undocumented behavior)
  380.     in the TopSpeed C library.
  381.  
  382. -   Fixed minor bug in the file request function for FRQEXT's. The
  383.     first word of the description would be skipped if there was only
  384.     one space between filename and description.
  385.  
  386. +   The DISPATTACHSIZE and EDITAUTOATTACH features now recognize
  387.     network drives beginning with "\\" (without a drive: in front) as
  388.     valid drives. Untested, but should work. In general GoldED
  389.     currently doesn't support the "\\" netdrives very well. Better
  390.     support is planned.
  391.  
  392. +   Added support for calling of external utilities. This new feature
  393.     can be used to "filter" msgs, for example calling PGP or other
  394.     crypting utilities. A new keyword has been implemented for
  395.     the definition of external utilities:
  396.  
  397.       EXTERNUTIL <utilno> [-options] <commandline>
  398.  
  399.     The <utilno> must be in the range 1 to 24 for utilities that will
  400.     be called with key definitions (see below). Higher numbers can be
  401.     used for utilities that are called from the EDITSAVEMENU (if
  402.     enabled). See the EDITSAVEUTIL keyword for details.
  403.  
  404.     The default options are those specified with the EXTERNOPTIONS
  405.     keyword. With [-options], you can change the those options locally
  406.     for specific utils. See the EXTERNOPTIONS keyword for a list of
  407.     valid options.
  408.  
  409.     The <commandline> specfies the DOS or OS/2 commandline you want to
  410.     execute. This works in the same way as for the external editor and
  411.     spellchecker. See the manual for details about this, especially if
  412.     you want to execute batchfiles. In the <commandline> you can use
  413.     @tokens to transfer information from the msg to the commandline.
  414.     The @tokens are the same as for templates (see the manual), and in
  415.     addition you can use two other @tokens:
  416.  
  417.       @path   The GOLDPATH, including a trailing backslash.
  418.       @file   The full filename of the message file (GOLDED.MSG) that
  419.               will be written to disk before the utility is called.
  420.  
  421.     Examples:
  422.  
  423.       EXTERNUTIL 1 c:\4dos\4dos.com /c c:\crypt\encrypt.bat @file
  424.       EXTERNUTIL 2 c:\4dos\4dos.com /c c:\crypt\decrypt.bat @file
  425.  
  426.     To call a defined external utility, you must assign a key to it.
  427.     There are 24 new keyboard commands you can use in GOLDKEYS.CFG for
  428.     this purpose:
  429.  
  430.       ExternUtilNN
  431.  
  432.     Where NN is in the range 01 to 24 _with_ leading zero. Examples:
  433.  
  434.       F11 ExternUtil01
  435.       F12 ExternUtil02
  436.  
  437.     Then if you press F11, you would call external utility number 1
  438.     and so on. The ExternUtilNN keywords ONLY work in reader mode, not
  439.     in the internal editor or any other place.
  440.  
  441.     HOW IT WORKS:
  442.  
  443.     1.  Just before the external utility is called, GoldED writes the
  444.         current message text to the GOLDED.MSG file in the GOLDPATH.
  445.         The file is written as a textfile with each line CR-LF
  446.         terminated. The content is exactly as you see it on the
  447.         screen, which means that kludges are only included if you have
  448.         enabled kludge viewing.
  449.  
  450.     2.  GoldED clears the screen and then calls the utility after
  451.         swapping itself out of memory (if swapping is enabled or
  452.         relevant for the version).
  453.  
  454.     3.  The utility can now load and process the @file, or do anything
  455.         else you want. It doesn't have to have anything to do with the
  456.         current msg. You could call a spreadsheet, a game, whatever.
  457.         But I think this feature will mainly be used for utilities
  458.         that process the @file. If the utility processes the @file, it
  459.         could write the changes back to the @file.
  460.  
  461.     4.  After returning from the utility, GoldED reloads the @file and
  462.         displays it just as if it was the current message. For
  463.         example, if your utility was a decrypter and the msg was
  464.         encrypted, you would now see the decrypted msg. Neat eh? :-)
  465.  
  466.     5.  If you want to make the reloaded text permanent (save it in
  467.         the msg), you can use the Change Msg function and immediately
  468.         choose "Save Message" from the Editing menu (if enabled with
  469.         EDITMENU Yes). This is in fact the method you could use if you
  470.         wanted to EN-crypt a msg (however, it is easier to use the
  471.         EDITSAVEUTIL method, see below).
  472.  
  473.     The QUOTESPACING feature can interfere with encoded msgs that
  474.     include the '>' character at the beginning of lines, by
  475.     automatically inserting blank lines before and after the lines
  476.     with '>'. I have therefore changed the quotespacing default from
  477.     YES to NO.
  478.  
  479.     The file GOLD_PGP.DOC contains batchfile examples for using this
  480.     new feature with PGP. Many thanks to Thomas Horsten 2:234/150 for
  481.     showing me how to setup PGP and for alpha testing the feature.
  482.  
  483.     !!! IMPORTANT !!!  From FidoNet Policy 4.07 (section 2.1.4):
  484.  
  485.       "[..] Therefore, encrypted and/or commercial traffic that is
  486.       routed without the express permission of all the links in the
  487.       delivery system constitutes annoying behavior."
  488.  
  489.     So be careful with this feature!
  490.  
  491. +   New keyword EXTERNOPTIONS <-options>. Defines the default options
  492.     for the EXTERNUTIL's (see above). Valid options are:
  493.  
  494.       -Cls            * Clear screen.
  495.       -Swap           * Swap GoldED out of memory before shelling.
  496.       -Cursor         * Cursor in shell.
  497.       -Reload         * Reload the message file (@file).
  498.       -Pause            Pause for keypress before returning to GoldED.
  499.       -PauseOnError   * Pause only if utility errorlevel is nonzero.
  500.  
  501.     Plus the reverse options with a "No" prefix, for example -NoCls.
  502.     The default options are marked with an asterisk (*).
  503.  
  504. +   New keyword EDITSAVEUTIL <utilno> <"L menu text">. Defines the
  505.     external utilities that will be added to the EDITSAVEMENU (if
  506.     enabled). The menu text is inserted in the menu. The first two
  507.     characters of the menu text are the "hotkey" letter that will be
  508.     highlighted in the menu text, plus a space. Example:
  509.  
  510.       EDITSAVEUTIL 1 "S PGP Sign the msg"
  511.       EDITSAVEUTIL 2 "E PGP Encode the msg"
  512.       EDITSAVEUTIL 3 "D PGP Decode the msg"
  513.  
  514.     If you have changed the default language in this menu (in
  515.     GOLDLANG.CFG), then make sure the highlight letters don't clash.
  516.  
  517.     With EDITSAVEUTIL definitions and EDITSAVEMENU enabled, you can
  518.     directly call an external utility to do things like encoding msgs
  519.     before saving them.
  520.  
  521. +   Added conditional directives to the GOLDED.CFG reader. You can now
  522.     use the new keywords IF, ELSEIF and ENDIF to control or exclude
  523.     parts of your GOLDED.CFG under certain conditions. The IF and
  524.     ELSEIF directives are identical. ELSEIF is provided for cosmetic
  525.     reasons.
  526.  
  527.     Valid parameters for IF/ELSEIF are: Yes, No, True, False, DOS and
  528.     OS/2. Example:
  529.  
  530.       IF DOS
  531.         EXTERNUTIL 1 c:\4dos\4dos.com c:\crypt\encode.bat @file
  532.         EXTERNUTIL 2 c:\4dos\4dos.com c:\crypt\decode.bat @file
  533.       ELSEIF OS/2
  534.         EXTERNUTIL 1 c:\4os2\4os2.exe c:\crypt\encode.cmd @file
  535.         EXTERNUTIL 2 c:\4os2\4os2.exe c:\crypt\decode.cmd @file
  536.       ENDIF
  537.  
  538.     The example speaks for itself, I think...
  539.  
  540. +   Added enhancement of the Random System feature. It is now possible
  541.     to specify an external file as the source of random items in
  542.     groups. This helps to avoid duplicating items such as origins that
  543.     are should be share between several otherwise different groups.
  544.  
  545.     The random items that can use external files are:
  546.  
  547.       NETNAME, ORIGIN, PLAY, TEARLINE, TEMPLATE, USERNAME, WHOTO.
  548.  
  549.     An external file is specified by a '@' character in front of the
  550.     filename, where the item text would normally be placed. More than
  551.     one item with an external file can be specified. Example:
  552.  
  553.       GROUP FidoNet:
  554.         TEARLINE @tearline.lst
  555.         ORIGIN @origins1.lst
  556.         ORIGIN @origins2.lst
  557.  
  558.     The contents of external files must be one item on each line.
  559.     Empty lines and comments are not allowed in an external file.
  560.     Items must be specified exactly as they would appear in
  561.     GOLDRAND.CFG, but without the leading keyword. Example:
  562.  
  563.       Pointless point...
  564.       Don't point at me!
  565.       etc...
  566.  
  567.     With this feature, it is now easy to create large collections of
  568.     things like origins, and then share them between any number of
  569.     groups without duplication, or even share them between several
  570.     users with different setups.
  571.  
  572.     NOTE: The default path for the external files is the GOLDPATH,
  573.           unless you manually specify a path.
  574.  
  575. -   Detection of color/monochrome mode VGA could, and did, fail in
  576.     some circumstances. On some EGA adapters, GoldED would only detect
  577.     24 lines. Fixed.
  578.  
  579. -   When using BIOS output mode (SCREENUSEBIOS Yes), the screen would
  580.     scroll one line every time the statusline was updated. Fixed.
  581.  
  582. -   The DISPMSGSIZE feature handled parameters "no" and "bytes"
  583.     wrongly. Fixed.
  584.  
  585. -   Fixed a couple of bugs concerning long lines in the new internal
  586.     editor. Changed the default value of QUOTEMARGIN from being
  587.     screenwidth dependent (width-5) to 65.
  588.  
  589.  
  590. ----------------------------------------------------------------------
  591. Notes for GoldED 2.42.G1115, GAMMA Patch Release 15. november 1993.
  592. ----------------------------------------------------------------------
  593.  
  594. -   The file import function in the internal editor would use the
  595.     wrong drive when using a drive letter and wildcards (like A:\*.*
  596.     if you wrote C:\*.*). Fixed.
  597.  
  598.  
  599. ----------------------------------------------------------------------
  600. Notes for GoldED 2.42.G1114, GAMMA release 14. november 1993.
  601. ----------------------------------------------------------------------
  602.  
  603. *   THIS RELEASE DOES _NOT_ HAVE JAM OR GOLDBASE SUPPORT!
  604.  
  605.     JAM and Goldbase support will be provided in a later beta release.
  606.     Stay tuned to the GOLDED and/or GOLDED.BETA echoes for the latest
  607.     status reports and release announcements.
  608.  
  609. +   The file request function has been much improved:
  610.  
  611.     1.  It will now handle filenames such as ">FILE.ZIP" correctly
  612.         instead of including the invalid '>' character in the
  613.         filename.
  614.  
  615.     2.  If there were more than one known FRQEXT on a line, it would
  616.         use the first of the FRQEXT's found, which was often the wrong
  617.         one of course. Now it will take the first filename on the
  618.         line which has a known FRQEXT.
  619.  
  620.     3.  It will now detect the file announcement format used by the
  621.         Ticket utility even if Ticket's tearline has been removed or
  622.         overwritten. The detection is based on the position of certain
  623.         elements on the line.
  624.  
  625.     4.  When extracting the description of files detected with the
  626.         FRQEXT's, it will now skip the first words after the filenames
  627.         if they begin with a digit or the '[' or '-' characters. It
  628.         will skips words until the first occurrence of a word that
  629.         does not match these criteria. This produces a clean
  630.         description in most cases, such as this one:
  631.  
  632.           SOMEFILE.ZIP 123.456 93/11/13 [00] - Some description
  633.  
  634.         Which will produce "Some description", instead of "123.456
  635.         93/11/13 [00] - Some description" as previous versions would.
  636.         Obviously this cuts the FILES.BBS maintenance to a minimum
  637.         when requesting files for your BBS.
  638.  
  639.     There is one thing the file request function can't do: It cannot
  640.     produce more than one message. This is on the TODO, of course.
  641.  
  642. +   The internal editor has finally been rewritten!  All the known
  643.     bugs are gone, and the new editor works much better. Editing of
  644.     quotes have been improved - you can now both split and merge
  645.     quoted lines with "intelligent" handling of the quote initials
  646.     string.
  647.  
  648.     NOTE: At this time, the new internal editor is not 100% finished
  649.     and debugged. There are still some inconsistencies and minor bugs,
  650.     but the editor is fully usable and safe - I use it myself. The
  651.     block functions (anchor, cut, paste) are currently disabled,
  652.     because they are still too buggy.
  653.  
  654. +   New keyword: EDITCHARPARA [']<char>[']. Defaults to ' ' (space).
  655.     This keyword defines the character GoldED displays at the end of
  656.     paragraphs in the internal editor. This is where the CR character
  657.     will be placed once the msg is saved. See below.
  658.  
  659. +   New keyword: EDITCHARSPACE [']<char>[']. Defaults to ' ' (space).
  660.     This keyword defines the character GoldED displays when it should
  661.     display a space character in the internal editor. See below.
  662.  
  663. *   The new keywords EDITCHARPARA and EDITCHARSPACE were added to aid
  664.     me while rewriting and debugging the new internal editor. By
  665.     redefining them to visible characters instead of spaces, I could
  666.     see if strange things were happening while inserting or deleting
  667.     characters. This was a great help. Personally I now always use
  668.     redefinitions to ASCII 20 (a paragraph sign) and CP437 250 (a
  669.     small dot).
  670.  
  671. !   The file extensions for compiled configuration files have changed.
  672.     GoldED will now use the extension .G16 for 16-bit versions (DOS
  673.     and DOS/P16) and extension .G32 for 32-bit versions (OS/2 and
  674.     later DOS/P32). These extensions were previously named .GED (DOS)
  675.     and .GEO (OS/2). Remember to delete the obsolete *.GED and/or
  676.     *.GEO files from your GOLDED directory, so that they wont take up
  677.     disk space.
  678.  
  679. +   New keyword: DISPSOFTCR <yes/no>. Defaults to "no". If enabled,
  680.     GoldED will treat the so-called Soft-CR character (141d, 8Dh) just
  681.     like any other displayable character, instead of ignoring it like
  682.     linefeed chars (LF). Note that by enabling this feature, you
  683.     _disable_ the character translation feature that uses the Soft-CR
  684.     as an escape character. This feature was added to help users in
  685.     countries which use the Soft-CR character for other purposes like
  686.     2-byte characters in Japan.
  687.  
  688.     NOTE: The Ezycom msgbase format requires the Soft-CR to terminate
  689.     each line. Therefore this feature is unlikely to be useful to
  690.     Ezycom sysops.
  691.  
  692. -   When using AREALISTSORT to sort by descriptions, the sort was case
  693.     sensitive. The sort is now case IN-sensitive.
  694.  
  695. +   In the Random System, the AREAFILEGROUPS setting (if set to Yes)
  696.     no longer prevents you from making groups for specific echoes.
  697.     This means that if you have for example a "GROUP X", corresponding
  698.     to group X in your GEcho setup, but wish to override the origin or
  699.     other items for some of the group X echoes, you can now put the
  700.     GROUP's for these specific echoes before the GROUP X definition.
  701.     Example:
  702.  
  703.       GROUP SOMEECHO
  704.         ORIGIN "Some origin"
  705.  
  706.       GROUP X
  707.         ORIGIN "X origin"
  708.  
  709.     Here you will get the origin "Some origin" in the SOMEECHO echo,
  710.     even if SOMEECHO is included in the X group in your setup. This
  711.     was not possible in previous versions - the GROUP X definition
  712.     would always override any specific definition.
  713.  
  714. +   New keyword: "DISPMSGSIZE <bytes/kbytes/no>". Defaults to "bytes".
  715.     When enabled, this keyword displays the msgbody size in the lower
  716.     left side of the header. The location of the size display is not
  717.     necessarily final. The size displayed is for the message body text
  718.     only, the header and nul-terminator (and anything that may lurk
  719.     beyond it) is excluded from the calculation.
  720.  
  721.     NOTE: This feature currently only works when _reading_ msgs. While
  722.     editing a msg in the internal editor, this feature is disabled -
  723.     however, the size will be displayed when you are in the Save msg
  724.     menu (if EDITSAVEMENU is enabled).
  725.  
  726. +   New keyword: "REPLYLINK <chain/direct>". Defaults to "chain".
  727.     If set to "direct", GoldED will link your reply directly to the
  728.     original message. If set to "chain", it will link to the last
  729.     message in the reply chain. The default ("chain") is how GoldED
  730.     has done it in all previous versions.
  731.  
  732.     The advantage of the "direct" linking method is that you can
  733.     easily find the the original message the reply was for. Unless of
  734.     course you have later re-linked using a chain-linking replylinker
  735.     utility. I can recommend the utility SQLINK by David L. Nugent.
  736.     SQLINK links Squish areas using the MSGID/REPLY kludges and makes
  737.     direct links instead of chain-linking on the subject line like
  738.     most other replylinkers do. There are probably also similar
  739.     replylinkers for other msgbase formats, I just don't know them.
  740.  
  741.     NOTE: Direct linking is not always useful or practical. It can be
  742.     very hard to follow a discussion with more than one participants,
  743.     because the links become branched trees instead of simple chains.
  744.     Currently GoldED is not designed to follow the branched direct
  745.     links, but such a feature is on the TODO, although with low
  746.     priority.
  747.  
  748. +   The SCREENBLANKER keyword now accepts an additional parameter: If
  749.     you add the word "AllBlank" after the seconds parameter, GoldED
  750.     will not display the moving box, but leave the screen completely
  751.     blank. Example:
  752.  
  753.       SCREENBLANKER 180 AllBlank
  754.  
  755.     "AllBlank" must be placed _after_ the seconds, or it won't work.
  756.  
  757.     NOTE: The "Midnight Bug" has not yet been found or fixed :-(
  758.  
  759. +   The 32-bit versions of GoldED and GoldNODE (currently only the
  760.     OS/2 versions) are no longer restricted to a maximum of 32700
  761.     nodes in the nodelist index. A slightly different nodelist index
  762.     is produced by the 32-bit GoldNODE. The index is NOT backward
  763.     compatible. The new index files have extensions .IXA, .IXN and
  764.     .IXL. For indexes with less than 32700 nodes, the .IXN file is
  765.     identical to the old .NIX file. The 32-bit GoldED can use both the
  766.     new and the old index files, but will use the new ones if both are
  767.     found. If you no longer use the DOS version of GoldED, you should
  768.     delete the .AIX, .NIX and .LIX files to save disk space.
  769.  
  770. -   When points were using GoldNODE to compile USERLIST's, their point
  771.     number would be appended to all non-point addresses. Fixed. Note
  772.     that this fix is *not* tested. Let me know if it worked.
  773.  
  774. -   Fixed the bug that caused mangled CHARSET kludges. Under some
  775.     circumstances, previous versions would put multiple "CHARSET:"'s
  776.     in the CHARSET kludge, and if the combined length became more than
  777.     40 chars, GoldED would lockup or crash when trying to read the
  778.     msg.
  779.  
  780. -   Intense and border/overscan colors now work again in the Borland
  781.     C++ compiled version of GoldED/2. Borland had made a stupid little
  782.     bug, which was fortunately easily fixable once located.
  783.  
  784. -   The new TEMPLATEPATH keyword did not work for templates defined in
  785.     the Random System (GOLDRAND.CFG). It does now.
  786.  
  787. +   Added a "twirly" feature to GoldNODE. While GoldNODE is reading,
  788.     sorting and writing it's index files, it displays a rotating
  789.     "twirly" (the characters |/-\ in quick succession) to show that it
  790.     is still alive and working. Because of this, GoldNODE now turns
  791.     off the cursor while working. It is turned on again when exiting.
  792.     The cursor turnoff currently only works with the Borland compiled
  793.     versions.
  794.  
  795. -   When trying to write marked msgs to an existing file and hitting
  796.     ESC instead of entering another filename, GoldED would mess up the
  797.     screen, crash or lockup. Fixed.
  798.  
  799. -   Fixed a long-standing bug in GoldNODE. It was not possible to
  800.     specify the configfile to use on the commandline using the -C
  801.     option.
  802.  
  803. +   When displaying the size of an attached file, GoldED now looks for
  804.     the file in the INBOUNDPATH if there is no drive specified for the
  805.     attached file. This is useful when files have been attached _to_
  806.     you. If you don't have an INBOUNDPATH in your GOLDED.CFG, the
  807.     GOLDPATH is assumed instead.
  808.  
  809. +   Added support of Binkley-style "^filename" in the subject line for
  810.     deleting attached files after they have been sent.
  811.  
  812. -   GoldED/2 did not update the Hudson NETMAIL/ECHOMAIL.BBS files
  813.     correctly, and sometimes caused a trap in the OS/2 session while
  814.     trying. Fixed. The regular DOS version did not have this problem.
  815.  
  816. -   Mangled CHARSET kludges were not handled well. When finding such a
  817.     mangled CHARSET kludge, GoldED/2 would trap and GoldED/DOS would
  818.     crash, hang or sometimes go on apparently unaffected. Fixed.
  819.  
  820. -   Fixed hang in GoldED/2 when using it without a GOLDRAND.CFG or
  821.     with all keywords in it commented out. Could possibly also explain
  822.     similar hangs in previous DOS versions.
  823.  
  824. +   New feature: You can now change the color palette used in GoldED.
  825.     The palette has 16 color registers, corresponding to the 16 colors
  826.     from black (0) to intense white (15). By changing the values in
  827.     the palette registers, it is possible to make any of the 16 colors
  828.     a completely different color. You can even make the background
  829.     colors intense, without using the intense color feature. There are
  830.     64 different colors to chose from.
  831.  
  832.     To configure the palette colors in GoldED, the SCREENPALETTE
  833.     keyword has been added. There are two different syntaxes:
  834.  
  835.       SCREENPALETTE <reg> <value>
  836.       SCREENPALETTE <reg> (red green blue)
  837.  
  838.     So you can either compose the color value using separate red,
  839.     green, blue components, or directly use a precalculated value. The
  840.     red/green/blue values can only be in the range 0-3.
  841.  
  842.     These are the original palette values:
  843.  
  844.       SCREENPALETTE    0   (0 0 0)
  845.       SCREENPALETTE    1   (0 0 2)
  846.       SCREENPALETTE    2   (0 2 0)
  847.       SCREENPALETTE    3   (0 2 2)
  848.       SCREENPALETTE    4   (2 0 0)
  849.       SCREENPALETTE    5   (2 0 2)
  850.       SCREENPALETTE    6   (2 2 0)
  851.       SCREENPALETTE    7   (2 2 2)
  852.       SCREENPALETTE    8   (0 1 0)
  853.       SCREENPALETTE    9   (1 1 3)
  854.       SCREENPALETTE   10   (1 3 1)
  855.       SCREENPALETTE   11   (1 3 3)
  856.       SCREENPALETTE   12   (3 1 1)
  857.       SCREENPALETTE   13   (3 1 3)
  858.       SCREENPALETTE   14   (3 3 2)
  859.       SCREENPALETTE   15   (3 3 3)
  860.  
  861.     Copy these lines into your GOLDED.CFG and start experimenting! :-)
  862.  
  863.     NOTE: This feature has not been tested much. There may be bugs.
  864.  
  865. -   Known bug: If you start GoldED/2 (The Borland compiled version) as
  866.     the _first_ program in a full-screen OS/2 session, the screen will
  867.     be filled with garbage when you exit GoldED/2. Harmless but
  868.     annoying. The garbage is put on the screen when GoldED/2 tries to
  869.     restore the original screen (registered only feature). My tests
  870.     seem to indicate that the original screen read by GoldED/2 at
  871.     startup is _already_ garbage, but that can't be right. I think
  872.     this is a Borland compiler bug, because when the problem does not
  873.     seem to exist when I compile GoldED/2 with Watcom C++. So why
  874.     don't I release the Watcom compiled version instead? Because I'm
  875.     still having problems getting it to work correctly. The Borland
  876.     compiled version looks more stable at this time.
  877.  
  878. !   Changed GoldED/2 back to non-multithreaded mode.
  879.  
  880.  
  881. ----------------------------------------------------------------------
  882. Notes for GoldED 2.42.A0710, ALPHA release saturday 10. july 1993.
  883. ----------------------------------------------------------------------
  884.  
  885. *   This was a limited alpha. It was only sent to a few specific
  886.     testers for debugging.
  887.  
  888. +   Added TZUTC and TID as "known" kludges. They are only recognized,
  889.     not handled. Full support of TZUTC will probably be added in a
  890.     future release.
  891.  
  892. !   GoldED/2 is now compiled in multithreaded mode, and runs a
  893.     separate thread to update the statusline (for the clock).
  894.  
  895.  
  896. ----------------------------------------------------------------------
  897. Notes for GoldED 2.42.A0701, ALPHA release thurday 1. july 1993.
  898. ----------------------------------------------------------------------
  899.  
  900. +   New keyword: "FIDOMSGTYPE <Fido/FTSC>". Defaults to Fido. This
  901.     keyword defines the default format of Fido *.MSG files. It is only
  902.     used by some AREAFILE's when reading external area configuration
  903.     files, where the preferred format is unknown.
  904.  
  905.     The FTSC (FTS-0001.012 and later) format uses zone/point fields,
  906.     where the Fido format uses date/time stamps. The Fido format is
  907.     also sometimes referrered to as the "Opus" format. When set to
  908.     Fido format, GoldED interprets the date/time stamps as DOS-style
  909.     bitmapped date/time.
  910.  
  911. +   New keyword: "RA2USERSBBS <yes/no>". Defaults to no. Use this
  912.     keyword to *force* GoldED to use a RemoteAccess 2.xx (RA2)
  913.     compatible USERS.BBS file, even if RA2 is not detected. If used,
  914.     this keyword should be placed in the configuration file _after_
  915.     any AREAFILE keyword.
  916.  
  917. +   New "AREAFILE InterMail". Supports the InterMail mailer. This is
  918.     untested!  Currently the support provided is similar to the
  919.     FrontDoor 1.99b (and later) support. NOTE: You still have to
  920.     define the correct semaphore filenames by yourself using the
  921.     SEMAPHORE keyword.
  922.  
  923. +   AREAFILE D'Bridge now supports the new Beta 2011 DBRIDGE.ADF. This
  924.     is untested!  Normally GoldED tries to detect the DBRIDGE.ADF
  925.     version based on the known record sizes of the of file. You can
  926.     now override the autodetection by specifying one of these:
  927.  
  928.       AREAFILE D'Bridge -2011
  929.       AREAFILE D'Bridge -1047A27
  930.       AREAFILE D'Bridge -1047A22
  931.       AREAFILE D'Bridge -1046
  932.  
  933.     The numbers refer to the versions which had new/changed
  934.     DBRIDGE.ADF formats (that I know of).
  935.  
  936. +   New "AREAFILE Portal". Supports the Portal of Power mailer
  937.     (v0.61gamma). Currently supported are the net/bad/dupemail areas
  938.     and limited support of the Conferences (all conferences are
  939.     treated as Fido *.MSG echomail areas). Planned for later
  940.     implementation is closer integration to Portal (reading of
  941.     non-area information too) and more support of Conferences (when
  942.     Portal is released with a Mailscanner).
  943.  
  944. +   AREAFILE IMAIL now supports version 1.4x.
  945.  
  946. -   Fixed long-standing problem with GoldED sometimes crashing when
  947.     shelling to an external spell checker from the internal editor.
  948.  
  949. +   When replying in another area using Alt-N or Alt-B, GoldED now
  950.     looks for the AREA:<echoid> kludge and automatically positions the
  951.     arealist selection bar on the area indicated by the kludge. This
  952.     is particularly useful with systems such as GEcho when the
  953.     personal mail feature is enabled.
  954.  
  955. +   It is now possible to use wildcards in the FRQEXT keyword.
  956.     Example:
  957.  
  958.       FRQEXT .A??
  959.  
  960.     With this definition, GoldED will recognize filenames such as
  961.     "NODEDIFF.A12".
  962.  
  963. +   Improved screen update speed in many places. Most noticable when
  964.     using GoldED/2 in a window, compared to GoldED/2 2.41.B0108. In
  965.     some places such as the arealist, the screen update is still a
  966.     bit slow. I'll continue working on more screen update speed.
  967.  
  968. +   New keyword: "SCREENUSEANSI <yes/no>". Defaults to no. This is an
  969.     EXPERIMENTAL feature only - There is no guarantee that it will be
  970.     supported in future releases!  If enabled, GoldED will write all
  971.     screen output via DOS (stdout) using ANSI codes for colors, cursor
  972.     movement, screen clearing etc. SLOW!!!
  973.  
  974.     This feature may be useful to people who read echoes where ANSI
  975.     codes are allowed in the msg text. Should work okay as long as
  976.     only color codes are used...
  977.  
  978.     Another use of ANSI output may be for those who use GoldED
  979.     remotely via modem in sysop drop-to-dos shells.
  980.  
  981.     Make sure you have ANSI.SYS or another ANSI compatible screen
  982.     driver loaded before testing this feature!!!
  983.  
  984. -   High-bit (above ascii 127) chars are no longer converted to (.)
  985.     chars in the header when printing msgs.
  986.  
  987. -   Fixed GoldED crash when using echoid's longer than 29 chars.
  988.     Changed the max echoid size limit from 49 to 50.
  989.  
  990. -   The file request function now stops at the citation char (").
  991.  
  992. -   Changed AREAFILE GEcho to use FTS-1 format *.MSG files instead of
  993.     Opus format.
  994.  
  995. -   Fixed a problem with msg #0 error exits in certain circumstances.
  996.  
  997. +   Long filenames are now supported in GoldED/2. It seems to work
  998.     well (tested with very long Squish filenames and writes to files),
  999.     but I cannot guarantee that all valid HPFS filenames are accepted
  1000.     anywhere in GoldED. In particular, you probably cannot use spaces
  1001.     in filenames, and you should be careful with characters which are
  1002.     not supported in MS-DOS filenames. There may also be problems when
  1003.     using the import file picker, if there are filenames longer than
  1004.     the screen width (not tested).
  1005.  
  1006. !   I have not been able to get intense colors and border (overscan)
  1007.     color to work in the 32-bit OS/2 version, so I had to disable
  1008.     these features in GoldED/2 for now. This is not a problem if you
  1009.     only run GoldED/2 in a window, but if you run it full-screen, the
  1010.     colors that should be intense will blink, and the border color
  1011.     will not be set.
  1012.  
  1013. ----------------------------------------------------------------------
  1014.